home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / COMMUNIC / NETWORKI / 2878.ZIP / INSTALL.BAT < prev   
DOS Batch File  |  1990-08-17  |  524b  |  21 lines

  1. echo off
  2. Echo This batch file will install the LANMAIL program on your
  3. Echo "C" disk in the "\MAIL" directory.
  4. Echo If you wish to abort hit Ctrl C now otherwise
  5. Pause
  6. c:
  7. md \mail
  8. cd \mail
  9. md files
  10. copy a:email.exe
  11. email
  12. Erase email.exe
  13. cls
  14. Echo Will now start the LAN MAIL Program.  If you changed the
  15. Echo drive or directory, you will have to update the configuration
  16. Echo file. (Choose install from the main menu).
  17. Echo If you do not wish to run mail now hit the Ctrl C key
  18. Echo Otherwise
  19. Pause
  20. Mail
  21.